projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe9e690
)
(split-window-vertically): Return the new window.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 29 May 1993 16:13:16 +0000
(16:13 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 29 May 1993 16:13:16 +0000
(16:13 +0000)
lisp/window.el
patch
|
blob
|
history
diff --git
a/lisp/window.el
b/lisp/window.el
index 840035a4af8bbc4aeed5026c9e2f4bf4088b3895..d9ad3a2e1a644ad918d43687ae440be1b55e49aa 100644
(file)
--- a/
lisp/window.el
+++ b/
lisp/window.el
@@
-90,7
+90,8
@@
new mode line."
(if (< (window-start new-w) old-point)
(progn
(set-window-point new-w old-point)
- (select-window new-w)))))))
+ (select-window new-w)))))
+ new-w))
(defun split-window-horizontally (&optional arg)
"Split current window into two windows side by side.